Click or drag to resize

LegacyFreeBusy Enumeration

Represents the free/busy status of the calendar item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum LegacyFreeBusy
Members
  Member nameValueDescription
Free0 The time slot that is associated with the appointment appears as free.
Tentative1 The time slot that is associated with the appointment appears as tentative.
Busy2 The time slot that is associated with the appointment appears as busy.
OutOfOffice3 The time slot that is associated with the appointment appears as out of office (OOF).
NoData4 No free/busy status is associated with the appointment.
WorkingElsewhere5 Specifies the status as working outside the office.
None6 None.
See Also